Skip to content

Conversation

eob
Copy link
Contributor

@eob eob commented Oct 5, 2023

@douglas-reid going to add some cli things that build on your branch.

Douglas Reid and others added 7 commits September 15, 2023 16:41
This PR presents a series of changes that should support a way to
stream response information back to a client via an AgentService.

In order to achieve the streaming result, a new method on the AgentService
is exposed: `async_prompt`. This new method returns a new `StreamingResponse`
that has two fields: `task` and `file`. These fields provide access to (a)
the async task that will be streaming results and (b) a file (here the
`ChatHistory` file) to which all status messages and assistant interactions
will be saved.

This PR relies on a full deployment of steamship-core/gpt4#10
to the target environment for testing / validation.
…github.com:steamship-core/python-client into doug/streaming-with-client-side-request-id-tagging
…github.com:steamship-core/python-client into doug/streaming-with-client-side-request-id-tagging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant